Skip to content

Fix for stringifying Windows paths #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 5, 2016

Conversation

Cauldrath
Copy link
Contributor

Currently stringifyValues and parseValues are not reversible for urls containing Windows-style paths, or just containing backslashes. If you generate a url string with stringifyValues and then parse the same with parseValues, all the slashes are decoded.

@codecov-io
Copy link

codecov-io commented Aug 31, 2016

Current coverage is 100% (diff: 100%)

Merging #15 into master will not change coverage

@@           master   #15   diff @@
===================================
  Files           5     5          
  Lines         258   258          
  Methods        40    40          
  Messages        0     0          
  Branches       64    64          
===================================
  Hits          258   258          
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 6fa054d...200385a

@geelen geelen merged commit f425b6f into css-modules:master Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants